home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / FRITZ1.DXR / 00041.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  232 b   |  10 lines

  1. on exitFrame
  2.   global ppl, mnv, objc
  3.   sprite(3).visible = 1
  4.   set the member of sprite getAt(ppl, 1) to member(42, 1)
  5.   setAt(mnv, 1, 1)
  6.   setAt(objc, 3, 0)
  7.   set the keyDownScript to EMPTY
  8.   set the keyUpScript to "throw(33)"
  9. end
  10.